home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / zzap54a.arc / QFIX.DOC < prev    next >
Text File  |  1990-03-11  |  2KB  |  46 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                                   QFIX Version 1.0
  9.                       Copyright (c)1990 Ross Neilson Wentworth
  10.                                  All Rights Reserved
  11.  
  12.  
  13.           QFIX processes the converted file list (FILES.FIX) that is
  14.           produced by ZZAP when the /F+ option is used.  It will
  15.           automatically make any necessary changes to archive file names in
  16.           the BBS file lists that use the same format as QuickBBS.  This
  17.           means you don't have to manually edit your download lists to
  18.           change the file extensions after you convert files from one
  19.           format to another.
  20.  
  21.           The QuickBBS format is fairly simple, each download subdirectory
  22.           contains a file, normally FILES.BBS, that contains the list of
  23.           files and descriptions for that subdirectory.  For example:
  24.  
  25.           -----------------------------------------------------------------
  26.           ZZAP53A.ZIP    Universal archive conversion utility
  27.           TPPOP22A.ZIP   TSR package for Turbo Pascal 5.x
  28.           -----------------------------------------------------------------
  29.  
  30.           The file name must be at the start of the line (no leading
  31.           spaces) and must not exceed 12 characters (the maximum DOS
  32.           limit).  Lines preceded by one or more spaces will be ignored by
  33.           QFIX, thus allowing multi-line descriptions, headers, etc.
  34.  
  35.           QFIX accepts one optional command line parameter.  If the BBS
  36.           file list name is not FILES.BBS then you must state the file name
  37.           on the command line.  QFIX will properly handle hidden files so
  38.           you can use it to fix up the description file as used by 4DOS.
  39.           Simply give the description file name on the command line:
  40.  
  41.                                   QFIX descript.ion
  42.  
  43.           When QFIX is executed it will look in the default subdirectory
  44.           and along the PATH for FILES.FIX, which contains the list of file
  45.           names that have changed.
  46.